home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / crc.h < prev    next >
C/C++ Source or Header  |  1991-04-26  |  306b  |  19 lines

  1. /* @(#) $Header: crc.h,v 1.1 91/04/25 18:28:45 deyke Exp $ */
  2.  
  3. #ifndef _CRC_H
  4. #define _CRC_H
  5.  
  6. #ifndef _GLOBAL_H
  7. #include "global.h"
  8. #endif
  9.  
  10. #ifndef _MBUF_H
  11. #include "mbuf.h"
  12. #endif
  13.  
  14. /* In crc.c: */
  15. void append_crc __ARGS((struct mbuf *bp));
  16. int check_crc __ARGS((struct mbuf *head));
  17.  
  18. #endif  /* _CRC_H */
  19.